home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu2.dir / 00068_Ç©ÇøÅ[ÇÒ byå·òY2.ls < prev    next >
Encoding:
Text File  |  1996-01-04  |  403 b   |  18 lines

  1. on mouseDown
  2.   global numb, yubicurs
  3.   puppetSound("kan")
  4.   updateStage()
  5.   repeat while stillDown()
  6.     if rollOver(clickOn()) then
  7.       set the castNum of sprite clickOn() to 69
  8.     else
  9.       set the castNum of sprite clickOn() to 68
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the castNum of sprite clickOn() to 68
  14.   set the cursor of sprite 30 to yubicurs
  15.   updateStage()
  16.   go(numb & "M")
  17. end
  18.